File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 2626 box-shadow : 2px 0 30px # 333 ;
2727 transform : translateX (-100% );
2828 transition : transform 5s ease-out;
29- filter : drop-shadow (0 0 12px rgba (255 , 255 , 255 , 0.6 ));
29+ /* filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6)); */
3030 }
3131
3232 .eighth-box img {
5656 position : absolute;
5757 color : # fff ;
5858 font-weight : bold;
59- font-size : 20 px ;
59+ font-size : 60 px ;
6060 text-align : center;
61- top : 30 px ;
61+ top : 50 % ;
6262 z-index : 200 ;
6363 text-align : center;
6464 left : 50% ;
65- transform : translateX (-50% );
65+ transform : translate (-50% , -50% );
66+ text-shadow : 2px 0 2px # 333 ;
6667 }
6768
6869 .header .subtitle {
6970 margin-top : 8px ;
70- font-size : 16 px ;
71+ font-size : 30 px ;
7172 font-weight : normal;
7273 opacity : .6 ;
7374 }
7475
75- .header ::before {
76+ /* .header::before {
7677 position: absolute;
7778 height: 100%;
7879 background-color: #000;
8182 width: 100%;
8283 transition: left 5s ease-out;
8384 z-index: 10;
84- }
85+ } */
8586
86- .header .show ::before {
87+ /* .header.show::before {
8788 left: 100%;
88- }
89+ } */
8990 </ style >
9091</ head >
9192
113114 < div class ="upper-mask "> </ div >
114115 < div class ="bottom-mask "> </ div >
115116 < div class ="header ">
116- < div class ="title "> 奥さんを選んでください</ div >
117+ < div class ="title "> ⌈ 奥さんを選んでください ⌋ </ div >
117118 < div class ="subtitle ">
118119 Please choose your wife
119120 </ div >
You can’t perform that action at this time.
0 commit comments