-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
62 lines (46 loc) · 934 Bytes
/
styles.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
body {background-color: #ecf2f9}
.nav {display: inline-block;
vertical-align: text-top;
width: 20%;
border-style: solid;
border-width: 3px;
border-color: #bedbe2;
padding: 5px;
position: relative;
top: 30px;
}
h3 { font-family: "Times New Roman", Times, sans-serif;
font-size: 1.5em;
}
.content {display: inline-block;
vertical-align: text-top;
width: 40%;
padding: 2%;
margin: 2%;
background: #bedbe2;
}
img {
max-width: 60%;
height: auto;
display: block;
margin: 0 auto;
}
fieldset { display: inline-block;
border: solid;
border-color: #bedbe2;
width: 40%;
padding: 5px
}
.sub-title {text-align: center}
a:visited {color: gray;}
#submit:hover { background-color: #c5d2e8; }
.form { margin: 1%;
background-color: #3973ac;
color: white;}
@media (max-width: 1000px) {
.content{display: block;
margin: 5%}
.nav{display: block;
margin: 5%}
}
#review {background-image: url("images.png")}