-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
170 lines (154 loc) · 3.59 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
body {
color:#EAF6F6;
margin: 0;
text-align: center;
font-family: 'Merriweather', sans-serif;
}
h1 {
color: #66bfbf;
font-size: 5.65rem;
font-family: 'Sacramento', cursive;
margin: 50px auto 0 auto;
}
h2 {
color: #66bfbf;
font-size: 2.5rem;
font-family: 'Merriweather', sans-serif;
font-weight: normal;
padding-bottom: 10px;
}
h3 {
color: #11999E;
font-size: 1.25rem;
font-family: 'Merriweather', sans-serif;
margin: 0 auto 0 auto;
}
p {line-height:2; /** doubles distance between lines **/
color: black;
}
/** hr the horizonal line rule. **/
hr {
background-color: white;
border-style: dotted;
border-bottom: none;
border-width: 4px;
border-color: grey;
width: 4%;
margin: 50px auto 50px auto;
}
a {color:#11999E;
font-family: 'Merriweather', sans-serif;
margin: 10px 20px 10px 20px;
text-decoration: none;
}
/*** HOVER state of the a anchor class ***/
a:hover{color:#eaf6f6;
}
.fnt-wt {
color: #11999E;
font-weight: normal;
}
.line-ht {
line-height: 40
}
/** curent line height is 20 40 double the height **/
.underline {
text-decoration: underline;
}
.top-cloud {
position: absolute;
left: 900px;
bottom: 500px;
}
.middle-mountain {
margin: 100px 0 100px 0;
}
.bottom-cloud {
position: absolute;
bottom: 290px;
left: 290px;
}
.skill-row1 {
width: 40%;
margin: 100px auto 100px auto;
text-align: left;
line-height: 2;
}
.skill-row2 {
width: 40%;
margin: 100px auto 100px auto;
text-align: left;
line-height: 2;
}
.row1 {
width: 25%;
float: left;
margin-right: 30px;
}
.row2 {
width: 25%;
float: right;
margin-left: 30px;
}
.profile {
background-color: #f9f9f9;
}
.circluar-img {
border-radius: 50%;
margin-top: 100px;
}
.p-name {
border: 2px;
margin: 0 10px 2px 10px;
}
.intro {
width: 30%;
margin: auto; /** set the text line to center **/
color: #40514E;
}
label {
display:block;
font: 1rem 'Fira Sans', sans-serif;
}
input,
label {
margin: .4rem 0;
}
/** .put-parg-under-pic2{ CLEAR:right; opp0sit of float **/
/*****Pre favrate SUBMIT Button found @ www.designrush.com/resources/ css3buttongenerator **/
.butn{
background: #0c0ceb;
background-image: -webkit-linear-gradient(top, #0c0ceb, #EAF6F6);
background-image: -moz-linear-gradient(top, #0c0ceb, #EAF6F6);
background-image: -ms-linear-gradient(top, #0c0ceb, #EAF6F6);
background-image: -o-linear-gradient(top, #0c0ceb, #EAF6F6);
background-image: linear-gradient(to bottom, #0c0ceb, #EAF6F6);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: 'Merriweather', sans-serif;
color: #fffdf8;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.butn: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;
}
/**** .contact-me {margin:5rem 0 5rem ;} ****/
.get-n-touch {margin: 5rem 0 5rem 0;
}
.contact-me-border {margin:2rem 0 0 0;
background-color: #66bfbf;
padding: 50px 0 20px;
}
.colo-txt-white {color:white;
margin: 2rem 0 2rem 0;
font-size: 0.75rem;
}