-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex-stylesheet.css
104 lines (88 loc) · 1.46 KB
/
index-stylesheet.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
@font-face {
font-family: myFirstFont;
src: url(Amaranth-Regular.otf);
}
/*60b0f4 blue*/
html {
background-color: #f4f9ba;
}
#index {
background-color: #f4f9ba;
}
.container-fluid {
background-color: #f4f9ba;
}
.img-fluid.logo {
height: 180px;
width: 150px;
}
.col-lg-12.logo {
top: 10px;
height: 190px;
background-color: #f4f9ba;
text-align: center;
}
.col-lg-12.desc h1{
padding-top: 20px;
font-size: 26px;
font-family: myFirstFont;
height: 80px;
background-color: #f4f9ba;
text-align: center;
}
.col-lg-12.apis h1{
padding-top: 20px;
font-size: 56px;
font-family: myFirstFont;
height: 80px;
background-color: #f4f9ba;
text-align: center;
}
.aapis:hover {
text-decoration: none;
color: black;
}
.aapis {
color: #60b0f4;
text-decoration: none;
}
.space {
padding-bottom: 20px;
}
.col-lg-6.cry {
border-width: 1px;
border-collapse: separate;
border-style: solid;
border-color: #60b0f4;
height: 320px;
}
.col-lg-6.cry h1{
padding-top: 10px;
font-size: 46px;
font-family: myFirstFont;
color: #60b0f4;
text-decoration: none;
background-color: #f4f9ba;
text-align: center;
}
.col-lg-6.stock h1{
padding-top: 10px;
font-size: 46px;
font-family: myFirstFont;
color: #60b0f4;
text-decoration: none;
background-color: #f4f9ba;
text-align: center;
}
.col-lg-12.crdes {
text-align: center;
font-family: myFirstFont;
font-size: 26px;
color: black;
}
.not-necessary {
font-size: 3px;
position: absolute;
right: 0px;
top: 0px;
}