-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
55 lines (50 loc) · 892 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
body {
background-color: black;
}
h1 {
color: white;
font-family: "Comic Sans MS", cursive, sans-serif;
font-weight: bold;
font-size: 50px;
}
figure {
float: left;
width: 350px;
padding-bottom: 10px;
background-color: #EAEAEA;
}
figcaption {
text-align: center;
font-style: italic;
font-family: Georgia, serif;
}
.headerLinks {
display:inline;
padding: 50px;
color: white;
text-decoration: none;
font-size: 20px;
font-weight: bold;
}
.refLinks {
display:inline;
padding: 25px;
color: white;
text-decoration: none;
font-size: 20px;
font-weight: bold;
}
.float {
float: left;
margin-right: 10px;
}
.clearleft {clear: left;}
.projectCard {
box-shadow: 0 4px 8px 0 rgb(255, 255, 255);
transition: 0.3s;
width: 500px;
height: 200px;
}
.container {
padding: 2px 16px;
}