-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyles.css
More file actions
88 lines (77 loc) · 1.49 KB
/
styles.css
File metadata and controls
88 lines (77 loc) · 1.49 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
81
82
83
84
85
86
87
88
body {
margin: 7vh 14vw 7vh 14vw;
background-color: rgb(147, 183, 212);
}
.main{
color: darkblue;
width: 700px;
font-size: 24px;
font-weight: bold;
text-decoration: none;
margin-top: 15px;
margin-left: 20px;
justify-content: center;
}
.left_box{
background-color: darkblue;
border-right: 1px solid rgb(151, 152, 219);
height: 50vh;
min-height: 700px;
width: 15vw;
min-width: 200px;
border-radius: 1px 1px 1px 5px;
}
.container {
font-weight: 600;
display: flex;
height: 50vh;
min-height: 700px;
min-width: 500px;
background-color: white
}
a {
color: white;
text-decoration: none;
font-size: 18px;
font-weight: bold;
}
ol li{
color: white;
font-weight: bold;
margin-bottom: 20px;
}
.image {
display: flex;
justify-content: center;
margin-top: 10px;
width: 200px;
height: 250px;
border-radius: 5px;
cursor: pointer;
}
b{
margin-top: 10px;
margin-left: 20px;
}
.plan{
margin-top: 20px;
width: 700px;
padding: auto;
text-align: center;
color: darkblue;
font-size: 24px;
font-weight: bold;
}
.title{
font-size: 40px;
color:rgb(18, 125, 224);
}
.script{
text-align: left;
padding-left: 20px;
}
.github{
vertical-align: bottom;
font-size: 24px;
color:rgb(26, 23, 23);
}