-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
96 lines (78 loc) · 1.22 KB
/
styles.css
File metadata and controls
96 lines (78 loc) · 1.22 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
/* Write your CSS here! */
body {
margin: 8px;
display: block;
background-color: rgb(210, 242, 250);
max-width: 80%;
padding-left: 10%;
}
main {
margin-left: 10%;
margin-right: 10%;
border: 3px black;
border-style: double;
border-radius: 10px;
background-color: rgb(200, 229, 247);
}
#header-article {
width: 80%;
text-align: center;
margin-left: 10%;
font-family: cursive;
font-size: 15px;
}
div {
margin: 5%;
padding-bottom: 3%;
}
div:hover {
font-size: 20px;
}
#mainHeading {
color: red;
font-size: 35px;
}
.photos {
width: 300px;
height: auto;
}
.photos-left {
float: left;
}
.photos-right{
float: right;
}
h2 {
font-size: 20px;
}
#name {
font-family: verdana;
font-size: 20px;
}
.funParagraph{
color: green;
}
footer, header {
text-align: center;
}
img {
margin: 1%;
padding: 1%;
}
#wireless, #nypd, #callcenter, #aviation, #uscg {
display: none;
}
#buttonDiv {
text-align: center;
margin: 0;
padding: 0;
}
button {
font-size: 25px;
padding-left: 5%;
padding-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
margin-bottom: 1%;
border-radius: 10px;
}