Showing
1 changed file
with
87 additions
and
0 deletions
Voicoding_web/Voico_Home.css
0 → 100644
1 | +* { | ||
2 | + color:#ffc947; | ||
3 | +} | ||
4 | + | ||
5 | +button:hover { | ||
6 | + color:crimson; | ||
7 | + background: beige | ||
8 | +} | ||
9 | +p{ | ||
10 | + font-size: 50px; | ||
11 | + background-color:#ff9800; | ||
12 | + color:#f4ff81; | ||
13 | +} | ||
14 | +button{ | ||
15 | + | ||
16 | + background-color:#c66900; | ||
17 | + height: 70px; | ||
18 | + width: 300px; | ||
19 | + border-width: 2px; | ||
20 | + border-style: solid; | ||
21 | + border-color: black; | ||
22 | + display:block; | ||
23 | + font-size: 50px; | ||
24 | + font-weight: bold; | ||
25 | + display: inline-block; | ||
26 | +} | ||
27 | +.container{ | ||
28 | + height:200px; | ||
29 | + display:flex; | ||
30 | + flex-direction: row; | ||
31 | + flex-wrap:nowrap; | ||
32 | +} | ||
33 | +#start{ | ||
34 | + margin-right: 150px; | ||
35 | + position:relative; | ||
36 | + height: 70px; | ||
37 | + width: 300px; | ||
38 | + border-width: 2px; | ||
39 | + border-style: solid; | ||
40 | + border-color: black; | ||
41 | + font-size: 50px; | ||
42 | + font-weight: bold; | ||
43 | + display:flex; | ||
44 | + flex-direction: row; | ||
45 | + flex-wrap:nowrap; | ||
46 | +} | ||
47 | +#end{ | ||
48 | + margin-left: 150px; | ||
49 | + position:relative; | ||
50 | + height: 70px; | ||
51 | + width: 300px; | ||
52 | + border-width: 2px; | ||
53 | + border-style: solid; | ||
54 | + border-color: black; | ||
55 | + font-size: 50px; | ||
56 | + font-weight: bold; | ||
57 | + display:flex; | ||
58 | + flex-direction: row; | ||
59 | + flex-wrap:nowrap; | ||
60 | +} | ||
61 | +#text{ | ||
62 | + font-family: 'Do Hyeon', sans-serif; | ||
63 | + font-size: 50px; | ||
64 | + opacity: 1; | ||
65 | + color: gray; | ||
66 | + width: 500px; | ||
67 | + margin : 0 auto; | ||
68 | + display: inline-block; | ||
69 | +} | ||
70 | +#post{ | ||
71 | + font-family: 'Do Hyeon', sans-serif; | ||
72 | + font-size: 50px; | ||
73 | + opacity: 1; | ||
74 | + color: gray; | ||
75 | + width: 500px; | ||
76 | + margin : 0 auto; | ||
77 | + display: inline-block; | ||
78 | +} | ||
79 | +#python{ | ||
80 | + font-family: 'Do Hyeon', sans-serif; | ||
81 | + font-size: 50px; | ||
82 | + opacity: 1; | ||
83 | + width: 100px; | ||
84 | + margin : 0 auto; | ||
85 | + display:block; | ||
86 | + align-self: center; | ||
87 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment