KuniakiTakenaka 3 years ago
parent
commit
dc641b8acc
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      css/slideme.css

+ 0
- 9
css/slideme.css View File

80
 }
80
 }
81
 
81
 
82
 #position-absolute {
82
 #position-absolute {
83
-	/* background: blue; */
84
 	position: absolute;
83
 	position: absolute;
85
-	/*要素を浮かす*/
86
-	/*relativeを指定した親要素を支点とした位置をすべて0に指定↓*/
87
 	top: 0;
84
 	top: 0;
88
 	right: 0;
85
 	right: 0;
89
 	bottom: 0;
86
 	bottom: 0;
90
 	left: 0;
87
 	left: 0;
91
-	/* margin: auto; */
92
-	/*上下左右中央に*/
93
-	/* width: 600px; */
94
-	/*widthの指定は必須*/
95
-	/* height: 50px; */
96
-	/*heightの指定は必須*/
97
 	font-size: xx-large;
88
 	font-size: xx-large;
98
 	line-height: 120%;
89
 	line-height: 120%;
99
 	text-align: center;
90
 	text-align: center;

Loading…
Cancel
Save