-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
128 lines (114 loc) · 2.39 KB
/
style.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
120
121
122
123
124
125
126
127
128
html,body{
height: 100%;
margin: 0;
}
body{
background-color: rgb(231, 241, 243);
}
.p2{
font-family: Helvetica;
}
.bg{
background-image: url("assets/Sketches2.png");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bgAbout{
background-image: url("assets/Sketchesdark.png");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.logo{
display: block;
margin-left: auto;
margin-right: auto;
height: auto;
max-height: 70%;
max-width: 60%;
}
.AboutText{
font-family:Arial, Helvetica, sans-serif;
display: block;
font-size: auto;
padding: 50px;
padding-right: 20%;
padding-left: 20%;
}
.button1con {
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
padding: 5px 15%;
margin-top:50px;
border: none;
cursor: pointer;
border-radius: 2px;
text-align: center;
transition-duration: 0.4s;
}
.button1 {
background-color: rgba(21, 93, 134, 0.637);
color: #ffdba6;
border: 2px solid #ff9900;
border-radius: 2px 70px;
}
.button1:hover {
background-color: #ff9900;
color: white;
}
.button2con {
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
font-size: 15px;
padding: 2px 5%;
margin-top:100px;
border: none;
cursor: pointer;
border-radius: 2px;
text-align: center;
transition-duration: 0.4s;
}
.button2 {
background-color: rgba(21, 93, 134, 0.637);
color: #ffdba6;
border: 2px solid #ff9900;
border-radius: 2px 70px;
}
.button2:hover {
background-color: #ff9900;
color: white;
}
.button3con {
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
font-size: 15px;
padding: 2px 5%;
margin-top:30px;
border: none;
cursor: pointer;
border-radius: 2px;
text-align: center;
transition-duration: 0.4s;
}
.button3 {
background-color: rgba(21, 93, 134, 0.637);
color: #ffdba6;
border: 2px solid #ff9900;
border-radius: 2px 70px;
}
.button3:hover {
background-color: #ff9900;
color: white;
}
.playbutton{
display: block;
margin-left: auto;
margin-right: auto;
}