-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
92 lines (78 loc) · 1.61 KB
/
Copy pathstyles.css
File metadata and controls
92 lines (78 loc) · 1.61 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
body{
margin: 0;
text-align: center;
font-family: 'Merriweather', serif;
}
h1{
color: #66BFBF;
font-size: 90px;
margin: 50px auto 0 auto;
font-family: 'Sacramento', cursive;
}
h2{
color: #66BFBF;
font-family: 'Montserrat', sans-serif;
}
h3{
COLOR:#11999E;
font-family: 'Montserrat', sans-serif;
}
.bottom-cloud{
position: absolute;
left: 300px;
bottom: 500px;
}
.top-cloud{
position: absolute;
right: 400px;
top: 50px;
}
.top-container{
background-color:aliceblue;
padding: 100px;
}
.programmer{
font-size: 2.5rem;
}
.skill-row{
width: 50%;
margin: 50px auto 50px auto;
text-align: left;
line-height: 2;
}
.vansh{
margin-top: 50px;
}
.coding{
width: 15%;
float: left;
margin-right: 30px;
}
.cpp{
width: 15%;
float: right;
}
.cricket{
width: 15%;
float: left;
margin-right: 30px;
}
.bottom-container{
background-color: #11999E;
}
.btn {
background: #11999e;
background-image: -webkit-linear-gradient(top, #11999e, #11999e);
background-image: -moz-linear-gradient(top, #11999e, #11999e);
background-image: -ms-linear-gradient(top, #11999e, #11999e);
background-image: -o-linear-gradient(top, #11999e, #11999e);
background-image: linear-gradient(to bottom, #11999e, #11999e);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
color: #f7f4f7;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}