-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
144 lines (112 loc) · 2.03 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
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
body {
margin: 0;
padding-top: 800px;
text-align: center;
}
.img1 {
width: 200px;
border-radius: 50%;
}
#welcome {
position: absolute;
overflow: hidden;
height: 800px;
color: #FFFFFF;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0.83;
background: linear-gradient(#60ebeb 0%, #27ae60 100%);
display: table;
width: 100%;
height: 100%;
z-index: 9;
}
h1 {
font-size: 50px;
font-family: "lato", sans-serif;
font-weight: 300;
}
#name {
font-size: 70px;
font-family: 'Ballet', cursive;
font-weight: 300;
}
#bio {
padding: 20px;
text-align: center;
font-size: 42px;
}
.line {
height: 6px;
background-color: #000;
width: 75px;
margin: 8px auto;
}
p {
max-width: 450px;
margin: 25px auto;
font-size: 17px;
line-height: 1.3;
}
.mydivinner {
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
}
.menu {
list-style: none;
font-family: serif;
position: fixed;
top: 0px;
z-index: 15;
cursor: pointer;
background:lightblue;
width: 100%;
margin-top: 0px;
}
.list{
color: #ffff;
padding-right: 20px;
font-family: fantasy;
padding-left: 50px;
font-size: 20px;
display: inline;
}
.list:hover {
background-color: aqua;
font-size: 40px;
text-decoration: underline;
}
a{
text-decoration: none ;
color: aliceblue;
text-shadow: 2px 2px gainsboro;
}
.article:hover{
color: lightblue;
}
html{
scroll-behavior: smooth;
}
#writings a
{
text-shadow: none !important;
text-decoration: underline !important;
color: aqua !important;
}
.cntct1 a{
color:gray;
text-shadow: none;
}
.cntct1 h3{
display: inline;
}
#contacts{
background-color: yellow;
}
#contacts iframe{
width: 80%;
}