-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
60 lines (50 loc) · 1.07 KB
/
styles.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
@font-face {
font-family: SAMAN;
src: url('Fonts/SAMAN___.TTF') format("truetype");
}
@font-face {
font-family: COINY;
src: url('Fonts/Coiny-Regular.ttf') format("truetype");
}
#bgico {
background-image: url('Images/DG.png');
background-repeat: no-repeat;
background-position: center;
background-color: #000000;
}
a:link {
color: rgb(255, 238, 0);
}
#Heading {
font-family: SAMAN;
color: rgb(43, 78, 217);
}
#MainFrame {
text-align: center;
border: 5px dotted rgb(0, 255, 166);
height: 100%;
width: 100%;
margin: 0%;
}
#Footer {
text-align: center;
border: 2px solid rgb(0, 255, 166);
height: fit-content;
width: 100%;
margin: 0%;
position: static;
font-family: COINY;
color: darkorange;
}
.home-container {
width: 100%;
display: flex;
overflow: auto;
min-height: 100vh;
align-items: center;
flex-direction: column;
justify-content: flex-start;
}
.home-video {
width: 1000px;
height: 700px;}