-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathResie.css
76 lines (76 loc) · 1.06 KB
/
Resie.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
64
65
66
67
68
69
70
71
72
73
74
75
76
body {
display: inline;
}
.column {
background-color: #222423;
float:left;
width: 18%;
height: 700px;
margin-right: 10px;
box-sizing: border-box;
}
.vertical {
text-align: center;
}
#logo {
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
.main {
padding: 5px;
color: white;
}
.social {
margin-top: 275px;
}
#design {
text-align: center;
color: DarkGray;
}
span {
color: #1A7A6A;
font-weight: bold;
}
.pics {
width: 700px;
height: 600px;
display: inline-block;
}
.photo {
height: 175px;
width: 250px;
float: left;
margin: 5px 10px;
}
.minor {
display: inline-block;
margin-left: 10px;
margin-top: 30px;
margin-bottom: 10px;
color: #9C0E1C;
font-family: sans-serif;
font-size: 15px;
}
.minor:hover {
background-color: #9C0E1C;
color: white;
padding: 5px;
border-radius: 5px;
}
.portfolio {
margin-left: 10px;
color: #9C0E1C;
font-size: 30px;
display: inline;
font-family: sans-serif;
font-weight: lighter;
}
.body {
box-sizing: border-box;
}
.main select {
background-color: #222423;
color: white;
-webkit-appearance: none;
}