-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
95 lines (92 loc) · 2 KB
/
style.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
a{
color: #ffffe6;
margin: 0 20px ;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
}
a:hover{
color: #00ffff;
}
body{
font-family: 'Merriweather', serif;
margin: 0;
text-align: center;
}
.bottom-cloud{
position: absolute;
}
.bottom{
background-color: #006600;
padding: 50px;
}
.btn {
background: #34d96e;
background-image: -webkit-linear-gradient(top, #34d96e, #42b82b);
background-image: -moz-linear-gradient(top, #34d96e, #42b82b);
background-image: -ms-linear-gradient(top, #34d96e, #42b82b);
background-image: -o-linear-gradient(top, #34d96e, #42b82b);
background-image: linear-gradient(to bottom, #34d96e, #42b82b);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #3cfcfc;
background-image: -webkit-linear-gradient(top, #3cfcfc, #34c6d9);
background-image: -moz-linear-gradient(top, #3cfcfc, #34c6d9);
background-image: -ms-linear-gradient(top, #3cfcfc, #34c6d9);
background-image: -o-linear-gradient(top, #3cfcfc, #34c6d9);
background-image: linear-gradient(to bottom, #3cfcfc, #34c6d9);
text-decoration: none;
}
.COPY-RIGHT{
color:#00ffff ;
font-size: 0.75rem;
padding: 10px 0 10px 0;
}
.contact{
margin-bottom: 50px;
}
h1{
color: #006600;
font-family: 'Sacramento', cursive;
font-size: 5.625rem;
line-height: 2;
margin: 50px auto 0 auto;
}
h2{
color: #006600;
font-family: 'Montserrat', sans-serif;
font-size:2rem;
font-weight: normal;
padding-bottom: 10px;
margin-top: 30px;
line-height: 2;
font-weight: bold;
}
hr{
width:50%;
}
.middle{
color:#40514E;
width: 50%;
margin: 50px auto;
line-height: 2;
}
.skill{
margin-bottom: 50px;
}
.top{
background-color:#bfff8c;
padding:50px;
}
.top-cloud{
position: absolute;
right: 200px;
top: 100px;
}