forked from ctdoan33/DisplayingBlocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDisplayBlocks.css
More file actions
45 lines (45 loc) · 760 Bytes
/
DisplayBlocks.css
File metadata and controls
45 lines (45 loc) · 760 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
#wrapper{
background-color: rgb(214,209,177);
width: 700px;
height: 650px;
padding: 10px;
}
#header{
text-align: center;
margin: 10px;
}
#github{
background-color: white;
width: 100px;
height: 50px;
display: inline;
}
#title{
display: inline;
font-size: 25pt;
font-weight: bold;
}
#catandninja{
background-color: white;
width: 100px;
height: 50px;
display: inline;
}
#blocks{
text-align: center;
}
.bwblock{
color: white;
background-color: rgb(119,182,234);
padding: 10px;
width: 100px;
height: 100px;
border: 3px solid black;
}
.rblock{
background-color: rgb(243,104,112);
padding: 10px;
width: 100px;
height: 100px;
border: 3px solid black;
}