-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster.css
More file actions
106 lines (75 loc) · 1.22 KB
/
master.css
File metadata and controls
106 lines (75 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
97
98
99
100
101
102
103
104
105
106
/*font styling and basic properties*/
body{
background-color: #FFFDE3;
color:#72a12b;
font-family:'Monserrat',serif;
margin: 0;
text-align: center;
}
/* Header div properties */
.header{
background-color: #CFE8A9;
text-align: center;
margin: 0;
padding-top: 15rem;
position: relative;
}
.top-cloud{
position:absolute;
top:4.5rem;
right:18rem;
}
.middle-cloud{
position:absolute;
left:18rem;
bottom: 20rem;
}
.header-title{
font-family: 'Sacramento',cursive;
font-size: 5rem;
margin-top:2rem;
line-height: 4rem;
margin: 2rem auto 0 auto;
color: #72a12b;
}
.header-text{
font-family: 'Roboto',sans-serif;
font-size: 2rem;
font-weight: bold;
color:#80b530;
}
/* BODY STYLE */
.skills_subheading,.contact_subheading{
color:#80b530;
}
a{
color:#80b530;
}
p{
color:black;
}
/* SKILLS SECTION */
.skill-row{
display:inline-block;
line-height: 2;
margin: 100px auto 100px auto;
text-align:left;
width:50rem;
}
.skill-code-img,.skill-photo-img{
width:25em;
}
.skill-photo-img{
width:25%;
float:left;
margin-right:2rem;
}
.skill-code-img{
width:25%;
float:right;
margin-left:2rem
}
.skills_subheading{
margin-top : auto;
margin-bottom: auto;
}