-
Notifications
You must be signed in to change notification settings - Fork 1
/
AboutUs.css
119 lines (114 loc) · 2.66 KB
/
AboutUs.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
110
111
112
113
114
115
116
117
118
119
@import url('https://fonts.googleapis.com/css?family=Libre+Barcode+128+Text|Press+Start+2P|Saira+Stencil+One|VT323&display=swap');
body {
width:200px;
height:150px;
background: -webkit-linear-gradient(90deg,rgba(50, 131, 236, 0.5),rgba(240, 72, 97, 0.5));
background: -o-linear-gradient(90deg,rgba(50, 131, 236, 0.5),rgba(240, 72, 97, 0.5));
background: -moz-linear-gradient(90deg,rgba(50, 131, 236, 0.5),rgba(240, 72, 97, 0.5));
background: linear-gradient(90deg,rgba(50, 131, 236, 0.5),rgba(240, 72, 97, 0.5));
}
#banner {
position: fixed;
top: 0px;
left: 0px;
background-color: #FFFFFF;
width: 100vw;
height: 75px;
margin-right: 20px;
box-shadow: 10px 0px 20px rgb(160, 160, 160);
}
#banner_title {
position: relative;
float: left;
top: 0px;
left: 20px;
font-family: 'Saira Stencil One', cursive;
font-size: 50px;
}
#tuto a:link {
color: #3282EC;
text-decoration: none;
}
#tuto A:visited {color: #3282EC;}
#tuto A:hover {color: #3282EC;}
#tuto {
position: relative;
float: left;
width: 110px;
color: #3282EC;
}
#go {
position: relative;
float: left;
width: 100px;
color: #F04862;
}
#go a:link {
color: #F04862;
text-decoration: none;
}
#go A:visited {color: #F04862;}
#go A:hover {color: #F04862;}
#info {
height: 75px;
position: relative;
float: right;
right: 35px;
top: 15px;
font-family: 'VT323', monospace;
font-size: 40px;
color: #909090;
}
#info a:link {
color: #909090;
text-decoration: none;
}
#info A:visited {color: #909090;}
#info A:hover {color: #727272;}
section {
height: 100vh;
background: #FFFFFF;
color: #FFFFFF;
/*line-height: 100vh;*/
font-family: 'VT323', monospace;
text-align: center;
font-size: 5vh;
}
.live_mobile_img {
background-image: url('./img/tutogo.png');
background: #FFFFFF;
background-attachment: fixed;
background-size: cover;
background-position: center center;
}
.live_mobile_img img{
position: fixed;
top: 20vh;
left: 30vw;
}
.g_word {
position: relative;
top: 5vh;
background: -webkit-linear-gradient(90deg,#8ebefd,#fda2b0);
background: -o-linear-gradient(90deg,#8ebefd,#fda2b0);
background: -moz-linear-gradient(90deg,#8ebefd,#fda2b0);
background: linear-gradient(90deg,#8ebefd,#fda2b0);
background-repeat:no-repeat;
}
.l_word {
position: absolute;
top: 10vh;
left: 30vw;
background-color: none;
position: relative;
}
.r_word {
position: absolute;
top: 10vh;
right: 30vw;
background-color: none;
position: relative;
margin: 0 auto;
width: 1200px;
height: 780px;
}