File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed
Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change 22
33< head >
44 < title > Git & GitHub 講習会</ title >
5+
6+ < link rel ="stylesheet " href ="styles7.css ">
7+ < meta charset ="UTF-8 ">
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
9+ < meta name ="description " content ="KCSのイベント情報ページです。 ">
10+
11+ < style >
12+ .list1 {
13+ position : relative;
14+ padding-left : 30px ;
15+ margin-bottom : 12px ;
16+ font-size : 16px ;
17+ color : # c21e1e ;
18+ border : 2px solid # 333 ;
19+ max-width : 600px ;
20+ background-color : # f9f9f9 ;
21+ border-radius : 8px ;
22+ }
23+
24+ .janken {
25+ font-size : 20px ;
26+ color : # 1e90ff ;
27+ margin-top : 20px ;
28+ font-family : 'Times New Roman' , Times, serif;
29+ font-weight : bold;
30+ }
31+
32+ .button1 {
33+ background-color : # 4CAF50 ;
34+ /* 緑色 */
35+ border : none;
36+ color : white;
37+ padding : 10px 20px ;
38+ text-align : center;
39+ text-decoration : none;
40+ display : inline-block;
41+ font-size : 16px ;
42+ margin : 4px 2px ;
43+ cursor : pointer;
44+ }
45+
46+ .img {
47+
48+ border : 2px solid # ccc ;
49+ border-radius : 10px ;
50+ transition : transform 0.5s ease;
51+ position : relative;
52+ animation : moveRight 2s linear infinite alternate;
53+
54+ }
55+
56+ .img : hover {
57+ transform : translateX (100px );
58+ transform : rotate (90deg );
59+
60+ }
61+
62+ @keyframes moveRight {
63+ from {
64+ left : 0 ;
65+ }
66+
67+ to {
68+ left : 200px ;
69+ }
70+ }
71+
72+ </ style >
73+
574 < link rel ="stylesheet " href ="style.css ">
75+
676</ head >
777
878< body >
You can’t perform that action at this time.
0 commit comments