-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
80 lines (66 loc) · 1.15 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
body{
margin: 0;
font-size: 30px;
}
.top{
text-align: center;
background-image: url("bg4.jpg");
background-size: 100% 100%;
/* height: 100%; */
padding: 300px;
}
#mainheading{
/* font-size: 50px; */
/* margin: 1em 0 0.5em 0;
color: #343434;
font-weight: normal;
font-family: 'Ultra', sans-serif;
line-height: 42px;
text-transform: uppercase;
text-shadow: 0 2px white, 0 3px #777; */
/* font-family: 'Dancing Script', cursive; */
font-family: 'Lobster', cursive;
font-size: 80px;
margin-bottom: 30px;
}
#myimg{
height: 200px;
width: 200px;
}
.pro{
text-decoration:underline;
}
.skill1-img{
height: 100px;
width:100px;
padding: 20px;
}
.profile{
text-align: center;
padding: 25px;
}
.mid{
text-align: center;
/* background-color: #CCF2F4; */
background-color: #EFF8FF;
}
.down{
text-align: center;
}
.contact-me{
padding: 20px;
}
.share{
font-size: 20px;
}
.footer{
font-size: 15px;
padding-top:20px;
word-spacing: 1px;
}
.bottom-container{
background-color: #79e0ff;
padding: 10px;
text-decoration-color: white;
word-spacing: 15px;
}