-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (45 loc) · 1.4 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
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');
.container{
background: #efeef3!important;
overflow: hidden;
}
.container a{
float: left;
color: rgb(0, 0, 0);
text-align: center;
padding: 14px 16px;
text-decoration: none; /* for removing link identifier */
font-size: 17px;
}
.container a:hover{
background: rgb(194, 213, 221);
color: rgb(0, 0, 0);
}
.mainn{
display: flex;
justify-content: center;
padding: 1vw;
}
.cont{
/* text-align: center; */
padding: 2vw;
height: 56vh;
width: 60vw;
border-radius: 5px;
background-color: rgba(161, 180, 167, 0.253);
}
.button{
border-radius: 7px;
padding: 10px;
background-color: #007bff ;
color: aliceblue;
border-color: #007bff 10px;
}
.h11{
font-family: 'Zen Kaku Gothic New', sans-serif;
font-size: 50px;
}
.detail{
font-family: 'Open Sans Condensed', sans-serif;
}