-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (76 loc) · 1.65 KB
/
style.css
File metadata and controls
80 lines (76 loc) · 1.65 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
.carousel-item{
height: 500px;
}
.carousel-image-1{
background-image: url("image/68.jpeg");
background-size: cover;
background-position: center;
}
.carousel-image-2{
background-image: url("image/44.brand.jpg");
background-size: cover;
background-position: center;
}
.carousel-image-3{
background-image: url("image/1.jpg");
background-size: cover;
background-position: center;
}
a.navbar-brand{
font-family: 'Times New Roman','Consola Mono','Consolas', 'Courier New', monospace,'Phetsarath OT';
font-weight: bold;
font-size: 26px;
}
a.nav-link{
font-family:'Consola Mono','Consolas', 'Courier New', monospace,'Saysettha OT';
font-size: 18px;
font-weight: bold;
}
*{
font-family: 'Times New Roman','Consola Mono','Saysettha OT';
font-size: 16px;
}
h1.display-2{
color: blue;
font-weight: 1000;
background-position: center;
}
h1.display-3{
color: aliceblue;
font-weight: 1000;
background-position: center;
}
p.display-4{
border-top:black;
border: 20%;
margin-bottom: 100px;
margin-top: 50px;
color: #ffff;
font-weight: 600;
}
p.display-5{
border: 20%;
margin-bottom: 100px;
margin-top: 50px;
color: #ffff;
font-weight: 600;
}
#about{
min-height: 500px;
position: relative;
background-image: url("image/stars.jpg");
background-size: cover;
background-repeat: no-repeat;
text-align: center;
color:white;
}
.dark-overlay{
position:absolute;
top: 0;
left: 0;
background-color: rgba(0, 0,0, 0.7);
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}