-
Notifications
You must be signed in to change notification settings - Fork 45
/
mm.css
123 lines (99 loc) · 1.52 KB
/
mm.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
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
114
115
116
117
118
119
120
121
122
123
body{
background-image: url(img/blauw.jpg);
background-repeat: no-repeat;
background-size: cover;
}
#mainpage{
display: flex;
flex-direction: row;
}
nav{
width: 50%;
}
article{
width: 45%;
height: 550px;
}
aside{
width: 20%;
height: 300px;
text-align: center;
background-image: url(img/kleur.jpg);
background-position: center;
background-size: cover;
border-style: dotted solid dashed;
color: cyan;
font-size: 20px;
padding: 5px;
}
h1{
text-align: center;
}
input[type=button]{
color: cyan;
width: 120px;
background-color: black;
margin : 0px;
}
#checkcode{
width: 120px;
height: 22px;
}
p{
background-color: black;
color: red;
text-align: center;
}
fieldset{
width: 20px;
height: 20px;
background-color: white;
margin-top: 3px;
float: left;
border-radius: 50%;
border: solid 2px black;
}
fieldset.color1 {
/*background-color: blue;*/
}
button{
margin: 10px;
width: 20px;
height: 20px;
}
#colorrow{
background-image: url(img/zilver.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 250px;
}
#orange{
background-color: #FF4500;
}
#blue{
background-color: blue;
}
#yellow{
background-color: yellow;
}
#green{
background-color: green;
}
#purple{
background-color: purple;
}
#black{
background-color: black;
}
#first{
background-image: url(img/black.jpg);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
/*position: absolute;*/
top: 130px;
left: 590px;
height: 550px;
width: 218px;
}