-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyles.css
113 lines (113 loc) · 2.36 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
body{
color: #40514E;
margin: 0;
text-align: center;
font-family: 'Merriweather', serif;
}
h1{
color: white;
font-weight: normal;
font-size: 200%;
margin: 50px auto 0 auto;
font-family: 'sacramento', cursive;
}
h2{
font-family: 'Merriweather',sans-serif;
color: lightblue;
}
h3{
font-family: 'Merriweather',sans-serif;
color: lightblue;
}
p{
line-height: 1.5;
}
hr{
border: dotted #2580b8 3px;
border-bottom: none;
width: 4%;
margin: 100px auto 100px auto;
}
footer-link:hover{
color: white;
}
.top-container {
background-color: lightblue;
margin: 0px auto auto 0px;
padding: 100px;
}
.bottom-container {
background-color: lightblue;
margin-top: 100px;
padding: 50px 0px 20px;
}
.footer-link {
color: #2580b8;
text-decoration: none;
margin: 10px ;
}
.copyright{
color: white;
font-size: 0.75rem;
padding: 20px 0px;
}
.cloud{
position: relative;
}
.dmodel{
float: left;
width: 25%;
margin-right: 30px;
}
.art {
float: right;
width: 25%;
margin-left: 30px;
}
.psec{
margin: 0px;
}
.mountain{
position: relative;
display: inline-block;
width: 500px;
height: 100px;
}
.profile{
margin: 50px auto auto auto;
width: 40%;
}
.skill-row{
width: 40%;
margin: 50px auto 100px auto;
text-align: left;
line-height: 1.5;
}
.btn {
background: lightblue;
background-image: -webkit-linear-gradient(top, lightblue, #2580b8);
background-image: -moz-linear-gradient(top, lightblue, #2580b8);
background-image: -ms-linear-gradient(top, lightblue, #2580b8);
background-image: -o-linear-gradient(top, lightblue, #2580b8);
background-image: linear-gradient(to bottom, lightblue, #2580b8);
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
font-family: 'montserrat';
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.contact-me{
line-height: 2;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}