-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
141 lines (134 loc) · 2.24 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
html {
scroll-behavior: smooth;
}
body{
margin: 0px;
text-align: center;
font-family: 'Merriweather', serif;
}
h1{
font-size: 5.625rem;
color: #03C988;
margin: 50px auto 0px auto;
font-family: 'Sacramento', cursive;
}
h2{
font-size: 2.5rem;
font-weight: bold;
color: #379683;
font-family: 'Montserrat', sans-serif;
}
h3{
font-family: 'Montserrat', sans-serif;
font-weight: bold;
color: #8ee4af;
}
p{
line-height: 2;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
hr{
border-style: dotted none none;
border-width: 6px;
width: 4%;
border-color: #B2B2B2;
margin: 100px auto;
}
a{
color: #05386b;
margin: auto 20px;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
text-decoration: none;
}
a:hover{
color: #EAF6F6;
}
/* IDS */
#contact-me{
margin-bottom: 70px;
}
#top{
background-color: #5cdb95;
padding: 80px 0 80px 0;
}
#bottom-container{
background-color: #5cdb95;
padding-top: 40px;
}
#navbar-id {
text-align: right;
}
/* classes */
.top-desc {
color: white;
font-weight: lighter;
}
.top-title {
font-size: 150px;
}
.develop{
font-weight: bold;
}
.footer-link {
font-weight: lighter;
}
.profile-desc{
width: 30%;
margin: auto;
}
.skill-row{
width: 50%;
margin: 100px auto;
text-align: left;
line-height: 2;
}
.g-i-t {
font-size: 100px;
}
.copyright{
color: white;
padding: 20px 0;
font-size: 0.75rem;
}
.skills-size {
font-size: 100px;
}
.contact-desc{
width: 40%;
margin: 40px auto 60px;
}
/* images */
.profile-pic{
width: 25%;
margin-top: 100px;
}
.coding{
float: left;
width: 25%;
margin-right: 20px;
}
.writer{
float: left;
width: 25%;
margin-right: 20px;
}
.blockchain{
float: right;
width: 25%;
margin-left: 20px;
}
/* navbar */
.navbar {
padding: 0 0 4.5rem;
}
.navbar-brand{
font-family: 'Great Vibes', cursive ;
font-size: 2rem;
}
.toggler {
background-color: #05386b;
}
.nav-item {
padding: 0 18px;
}