-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
122 lines (121 loc) · 2.32 KB
/
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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
body{
margin: 0;
text-align: center;
font-family: 'Merriweather', serif;
}
h1{
color: #66BFBF;
font-size: 4rem;
margin-top: 0;
margin-bottom: 0;
padding-top: 200px;
position: relative;
font-family: 'Sacramento', cursive;
}
h2{
color: #66BFBF;
font-family: 'Montserrat', sans-serif;
}
h3{
color: #66BFBF;
font-size: 1.5rem;
font-family: 'Montserrat', sans-serif;
}
.topcontainer{
margin: 0px;
background-color: #def4f0;
}
.middlecontainer{
margin-top: 100px;
}
.cloud{
position: absolute;
right: 150px;
top:40px;
}
.cloud2{
position: absolute;
left: 200px;
top:250px;
}
.cloud3{
position: absolute;
right: 550px;
top: 450px;
}
.propic{
padding: 20px;
height: 200px;
}
.computerpic{
margin-right: 40px;
float: left;
width: 25%;
}
hr{
border-style: none;
border-top-style: dotted;
border-color: sandybrown;
border-top-width:5px;
width: 5%;
margin: 50px auto;
}
.skill-row{
margin : 100px auto;
width: 50%;
text-align: left;
}
.skill-row2{
margin : 200px auto;
width: 50%;
text-align: right;
}
.chilliimage{
margin-left: 30px;
float: right;
width: 25%;
}
.bottomcontainer{
text-decoration: none;
padding: 20px;
margin-bottom: 0px;
background-color: #66BFBF;
}
.footer-link{
text-decoration: none;
}
.footer-link:hover{
color: cyan;
}
.btn {
background-color:#66bfbf;
-webkit-border-top-left-radius:12px;
-moz-border-radius-topleft:12px;
border-top-left-radius:12px;
-webkit-border-top-right-radius:12px;
-moz-border-radius-topright:12px;
border-top-right-radius:12px;
-webkit-border-bottom-right-radius:12px;
-moz-border-radius-bottomright:12px;
border-bottom-right-radius:12px;
-webkit-border-bottom-left-radius:12px;
-moz-border-radius-bottomleft:12px;
border-bottom-left-radius:12px;
text-indent:0;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:24px;
font-weight:bold;
font-style:normal;
height:47px;
line-height:47px;
width:200px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 19px #2f6627;
}.btn:hover {
background-color:#13d6d6;
}.btn:active {
position:relative;
top:1px;