KuniakiTakenaka 3 年之前
父節點
當前提交
dc641b8acc
共有 1 個檔案被更改,包括 0 行新增9 行删除
  1. 0
    9
      css/slideme.css

+ 0
- 9
css/slideme.css 查看文件

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

Loading…
取消
儲存