-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (50 loc) · 984 Bytes
/
style.css
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
html, body{
height: 100%;
width: 100%;
}
.background{
background-position: center;
background-image: url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png');
height: 125%;
width: 100%;
}
.intro{
font: italic bold, Georgia, serif;
font-size: 200%;
}
.therapybutton{
width: 50%;
height: 20%;
padding: 0% 25%;
}
.information{
float: left;
margin: 4 px;
width: 40%;
height: auto;
}
.treatments{
float: left;
width: 40%;
height: auto;
}
a:link {
color: white;
background-color: transparent;
text-decoration: none;
}
a:visited {
color:white;
background-color: black;
text-decoration: none;
}
a:hover {
color: blue;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}