-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
122 lines (106 loc) · 1.88 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
.logo-icon{
width: 50px;
position: relative;
margin-bottom: 0%;
}
body{
background-image: linear-gradient(#8d87f5,#e487f6);
background-attachment: fixed
}
h3 {
color: antiquewhite;
font-style: oblique;
text-align: center;
margin-top: auto;
}
h2 {
color : rebeccapurple;
font-weight:900;
text-align: justify;
padding-left: 40px;
}
h4 {
color : #793a57;
font-weight:900;
padding-left: 40px;
}
.header{
padding: 20px;
}
.title{
padding-left: 15%;
padding-top: 0;
height: 50px;
}
.logo{
padding-right:20%;
padding-top: 0;
margin-right: 0px;
width : 350px;
height: 400px;
float: right;
}
.vector{
padding-right:20%;
padding-top: 0;
margin-left: 100px;
margin-top: 0;
margin-right: 0px;
width : 300px;
height: 200px;
float: left;
}
button:hover{
border: none;
}
footer{
background-color:rebeccapurple;
text-align: center;
margin-top: 25%;
position: fixed;
width: 100%;
color: gray;
left: 0;
bottom: 0;
}
a{
text-decoration: none;
color: gray;
}
.start{
background-color: rebeccapurple;
border: none;
border-radius: 5px;
padding: 10px 20px;
font-size: 20px;
font-family: serif;
margin-top: 23%;
margin-left: 30%;
color: white;
}
.headerbutton {
border-color: black;
border-bottom: 0ch;
border-left: 0ch;
border-right: 0ch;
background-color: #ae87f6;
padding: 15px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
}
#about{
padding: 40px;
line-height: 2;
text-align:center;
}
button{
cursor: pointer;
}
.desc{
line-height: 2;
margin-left: 50px;
padding-left: 20px;
}