main.css
2.23 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
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
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
@font-face {
font-family: 'BMJUA';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BMEULJIRO';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.title {
font-size : 40px;
font-family: 'BMEULJIRO';
color : aliceblue;
margin-top: 10%;
margin-bottom: 20px;
text-align: center;
}
button {
margin: 10px;
margin-bottom: 30px;
}
input {
margin-top: 0px;
width: 300px;
height: 50px;
border: 1px solid aliceblue;
border-radius: 10px;
color: white;
background-color: #353535;
font-family: 'BMJUA';
font-size: 20px;
margin-block-end: 10px;
}
.w-btn {
position: relative;
border: none;
display: inline-block;
padding: 15px 30px;
border-radius: 15px;
font-family: "BMEULJIRO", sans-serif;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
text-decoration: none;
font-weight: 600;
transition: 0.25s;
margin-bottom: 20px;
}
.w-btn-outline {
position: relative;
padding: 15px 30px;
border-radius: 15px;
font-family: "BMEULJIRO", sans-serif;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
text-decoration: none;
font-weight: 600;
transition: 0.25s;
}
.w-btn-indigo {
background-color: aliceblue;
color: #2e2f30;
}
.w-btn-indigo-outline {
border: 3px solid aliceblue;
color: #2e2f30;
}
.w-btn-indigo-outline:hover {
color: #2e2f30;
background: aliceblue;
}
.font {
margin-right: 3px;
font-size: 20px;
color:aliceblue;
font-family: "BMEULJIRO";
}
.login_sign {
margin-top: 10px;
font-family: "BMJUA";
font-size: 20px;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
width: 310px;
height: 50px;
color:black;
border-radius: 10px;
background-color: wheat;
border: none;
}
.flex-container{
display:inline-flex;
}
.flex-item{
width: 350px;
height:400px;
margin: 10px;
}