-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcssf.css
More file actions
71 lines (55 loc) · 820 Bytes
/
cssf.css
File metadata and controls
71 lines (55 loc) · 820 Bytes
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
/* #susa{
background-color: orange;
height: 30px;
width: 400px;
}
#para{
background-color: cyan;
height: 30px;
width: 400px;
margin-top: 30px;
} */
body {
margin: 0px;
font: 1em sans-serif;
padding:10px;
min-width: 400px;
}
#text{
margin:5px 5px 0px 5px;
padding:10px;
border-color: green;
border-width: 2px;
width:400px
}
#button{
color: white;
background-color:green;
height: 40px;
margin:0px 5px 0px 5px;
}
#buttons{
color: white;
background-color:green;
height:40px;
}
#flex-box{
display: flex;
flex-direction: column;
}
.soso{
color:green;
padding-left:0px;
}
.inp-list{
list-style: none;
padding-top: 20px;
}
#ul-el{
padding-left:0px;
}
#button-save{
color: white;
background-color:green;
height:40px;
}