-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathechostyle.css
More file actions
108 lines (106 loc) · 1.91 KB
/
echostyle.css
File metadata and controls
108 lines (106 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
h1{
text-align: center;
}
body{
text-align: center;
border: darkcyan solid 10px;
border-radius: 20px;
color: white;
background-color: darkslategray;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.para1{
font-weight: bolder;
padding-left: 50px;
font-size: 35px;
}
p{
padding-left: 25px;
}
.para3{
color: red;
}
h2{
padding-left: 25px;
}
a.link{
color: cyan;
background-color: transparent;
text-decoration: none;
}
.link{
color: cyan;
background-color: transparent;
text-decoration: underline;
}
.infoA{
font-weight: bolder;
font-size: 30px;
}
.header3{
font-size: 20px;
}
.underline{
text-decoration: underline;
}
.italic{
font-style: italic;
}
.divA{
background-color: rgb(40, 61, 61);
border: darkcyan solid 10px;
border-radius: 20px;
border-spacing: 50px;
margin: auto;
display: inline-block;
vertical-align: top;
padding: 10px;
padding-right: 30px;
}
.DivB{
background-color: rgb(40, 61, 61);
border: darkcyan solid 10px;
border-radius: 20px;
border-spacing: 50px;
margin: auto;
display: inline-block;
vertical-align: top;
padding: 10px;
padding-right: 30px;
}
.DivC{
background-color: rgb(40, 61, 61);
border: darkcyan solid 10px;
border-radius: 20px;
border-spacing: 50px;
margin: auto;
display: inline-block;
vertical-align: top;
padding: 10px;
padding-right: 30px;
}
.header4{
font-size: 20px;
text-decoration: underline;
}
.troubleshootingheader{
font-size: 40px;
}
.EchoImage{
position: absolute;
left: 50px;
top: 50px;
}
.EchoDisc{
position: absolute;
right: 50px;
top: 50px;
}
h6{
font-size: 35px;
font-style: italic;
}
.infoB{
font-size: 20px;
font-style: italic;
}