-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
109 lines (104 loc) · 2.06 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
#fblogo,#linkedinlogo,#linelogo{
width: 30px;
height: 30px;
}
.showcase{
background-color: var(--primary-color);
color: #ffffff;
height: 100vh;
position: relative;
z-index: 1;
}
:root{
--primary-color: rgba(13, 110,139, 0.75);
--overlay-color: rgba(24, 39, 51, 0.85);
--menu-speed: 0.75s;
}
body {
background-image: url("https://cdn.pixabay.com/photo/2017/08/30/01/05/milky-way-2695569_960_720.jpg");
z-index: -1;
width: 100%;
height: 1500px;
color: azure;
align-content: center;
text-align: center;
background-position: center;
background-size: cover;
}
header {
background-color: rgba(63, 28, 28,0.6);
border-bottom: 0px solid #466995;
position:fixed;
width:100%;
z-index:10;
}
ul {
margin: 10px auto;
padding: 0 10px;
text-align: center;
}
li {
color: #FFF;
font-family: 'Oswald', sans-serif;
font-size: 26px;
font-weight: 300;
text-transform: uppercase;
display:inline-block;
width:100px;
}
nav li {
color: rgba(63, 28, 28,0.6);
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 12px;
display:inline-block;
height: 20px;
}
li:hover {
color: rgb(73, 128, 11);
}
.thome , .tstory , .tcontact , .tmedia , .tprofile{
color: aquamarine;
font-style: bold;
}
.p1, .p2, .p3 {
width: 70%;
text-align: justify;
margin-left: 15%;
margin-right: 15%;
font-size: 20px;
}
#home{
font-size: 40px;
font-family: 'Pacifico', cursive;
color: antiquewhite;
}
footer {
background-color: #DBE9EE;
text-align: center;
height:40px;
width: 100%;
color: transparent;
}
.tfooter{
font-size: 30px;
}
.first-letter {
float: left;
padding-right: 1.4rem;
font-family: "Abril Fatface", serif;
font-size: 7.44rem;
color: #10b0d8;
line-height: 0.87;
}
#tline, #tfb, #tlinkedin {
color: rgb(33, 223, 223);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#profile, #story, #media, #contact {
font-size: 30px;
font-family: 'Merriweather', serif;
}
.text {
font-size: 25px;
}