-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
98 lines (83 loc) · 1.77 KB
/
Copy pathstyle2.css
File metadata and controls
98 lines (83 loc) · 1.77 KB
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
@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Playfair+Display:wght@600&display=swap');
*{
font-family: 'Poppins',sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
body{
font-size: 20px;
background :url(images/imag2.jpg)no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
header {
background-color: blueviolet;
width: 100;
position: fixed;
z-index: 999;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 200px ;
}
.logo{
text-decoration: none;
color: bisque;
text-transform: uppercase;
font-weight: 700;
font-size: 1.8em;
}
.navigation a{
color: brown;
text-decoration: double;
font-size: 1.1em;
font-weight: 500;
padding-left: 30px;
}
.navigation a:hover{
color:blue;
}
section {
padding: 100px 200px;
}
.main {
width: 100%;
min-height: 100vh;
display: flex;
align-items: center;
background: url(images/imag1.jpeg) no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.main h1 {
color:black
font-size: 1.4em;
font-weight:backdrop;
}
.main h2 spam {
display:inline-block;
margin-top: 10px;
color:blue;
font-size: 3em;
font-weight: 600;
}
.main-btn{
color:blue
background-color:black;
font-size: 1.1em;
font-weight: 600;
display: inline-block;
letter-spacing: 1px;
margin-botton:40px;
}
.main h1{
color: fuchsia
font-size: 2cm;
font-weight: 700;
letter-spacing: 1px;
margin-top: 10px;
}