-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfirst.css
More file actions
39 lines (37 loc) · 1020 Bytes
/
first.css
File metadata and controls
39 lines (37 loc) · 1020 Bytes
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
body {
/* background-color: rgba(5, 102, 246, 0.315);
background-image: url('./assets/back3.jpg');
background-repeat: repeat-y;
background-size: contain;
background-position: center;
background-attachment: local; */
background: url(./assets/High_resolution_wallpaper_background_ID_77701652693.jpg) no-repeat contain;
}
* {
font-family: 'Special Elite', cursive;
font-size: 25px;
}
header {
text-align: center;
font-size: 50px;
font-family: 'Patua One', cursive;
text-align: center;
color: black;
background-color: rgba(217, 255, 0, 0.342);
}
/* .red {
background-color: rgba(6, 201, 254, 0.185);
color: white;
text-align: center;
}
.blue {
text-align: center;
font-family: 'Arial Narrow Bold', sans-serif;
}
#mainDiv {
/* height: 300px; */
/* color: rgb(0, 0, 255); */
/* font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
*/