Kaynağa Gözat

style.css

style sheet msi.html
david.ortiz11 5 yıl önce
ebeveyn
işleme
67c5edff9e
1 değiştirilmiş dosya ile 35 ekleme ve 0 silme
  1. 35
    0
      style/style.css

+ 35
- 0
style/style.css Dosyayı Görüntüle

@@ -0,0 +1,35 @@
1
+.msi{
2
+	position: relative;
3
+	height: auto;
4
+}
5
+
6
+.foreground{
7
+	float: left;
8
+
9
+}
10
+.background{
11
+	width: 1000px;
12
+	height: 500px;
13
+}
14
+
15
+.msi-foreground{
16
+	background: no-repeat;
17
+	background-size: contain;
18
+}
19
+
20
+canvas{
21
+	float: left;
22
+}
23
+
24
+.row{
25
+	margin: 0% 0% 0% 0%;
26
+	height: 100%;
27
+}
28
+
29
+body, html, .container-fluid {
30
+     height: 100%;
31
+
32
+}
33
+
34
+body{
35
+}