-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
124 lines (109 loc) · 2.02 KB
/
Copy pathstyle.css
File metadata and controls
124 lines (109 loc) · 2.02 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
body{
text-align: center;
margin: 0;
font-family: 'Merriweather', serif;
}
h1{
text-align: center;
padding-top: 50px;
font-family: 'Sacramento', cursive;
font-size: 60px;
color: lightcoral ;
}
h2{
font-family: 'Montserrat Alternates', sans-serif;
color: lightcoral ;
font-size: 40px;
font-size: 2.5rem;
}
hr{
border: dotted 6px lightgray;
border-bottom: none;
width: 6%;
margin: 100px auto;
}
h3{
color: lightcoral ;
}
.top-container{
background-color:rgb(189, 228, 253);
padding-top: 30px;
}
.top-cloud{
position: absolute;
right: 400px;
}
.bottom-cloud{
position: absolute;
bottom: 350px;
left: 350;
}
.profile{
width: 15%;
}
.code{
width: 25%;
margin: auto;
float: left;
margin-right: 20px;
}
.chillies{
width: 25%;
float:right;
margin-left: 20px;
}
.middle-cotainer{
}
.skill-row{
width: 50%;
margin: 100px auto 100px auto;
text-align: left;
}
.code-description{
width: 75%;
line-height: 2;
}
.chilli-description{
width: 75%;
line-height: 2;
}
.bottom-container{
background-color:rgb(189, 228, 253);
padding-bottom: 50px;
padding-top: 50px;
}
a{
padding: 100px auto ;
margin: 40px ;
color: lightcoral ;
}
a:hover{
color: rgb(255, 255, 255);
}
.copy-right{
color: lightcoral ;
}
.btn {
box-shadow:inset 0px -3px 7px 0px #71dfe3;
background:linear-gradient(to bottom, #6bafd6 5%, #62e0cb 100%);
background-color:#6bafd6;
border-radius:8px;
border:2px solid #5ddae3;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:16px;
font-weight:bold;
padding:15px 15px;
text-decoration:none;
text-shadow:0px 1px 0px #263666;
}
.btn:hover {
background:linear-gradient(to bottom, #62e0cb 5%, #6bafd6 100%);
background-color:#62e0cb;
}
.btn:active {
position:relative;
top:1px;
}