-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstil.css
70 lines (48 loc) · 1017 Bytes
/
stil.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
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');
body{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Maven Pro', sans-serif;
overflow: auto;
text-align: center;
color: rgb(24, 24, 26);
}
.glavniDiv{
width: 80%;
border: 2px solid rgb(35, 35, 134);
border-radius: 20px;
margin: 0 auto 0 auto;
display: flex;
flex-direction: column;
text-align: center;
}
.glavniDiv div{
width: 80%;
/* border: 2px solid rgb(27, 27, 148);
border-radius: 10px; */
margin: 0 auto 0 auto;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
img{
border: 2px dashed rgb(36, 36, 138);
border-radius: 10px;
width: 80%;
}
button{
width: 7em;
border: 1px solid rgb(27, 27, 148);
border-radius: 10px;
padding: 0.6em;
}
#kodSlike{
width: 80%;
height: 300px;
border: 2px solid rgb(27, 27, 148);
border-radius: 10px;
resize: none;
}
canvas{
width: 80%;
}