diff --git a/index.css b/index.css index 494ffcb..87f17ef 100644 --- a/index.css +++ b/index.css @@ -1,10 +1,106 @@ .card { width: 80px; height: 100px; + + background: #F9A825; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 3px; + +font-family: 'Inter'; +font-style: normal; +font-weight: 600; +font-size: 20px; +line-height: 24px; + +color: #FFFFFF; + + } + #cards { - display: flex; - gap: 10px; + +display: flex; +gap: 10px; + +position: absolute; +width: 365px; +height: 100px; +left: 458px; +top: 165px; +align-items: center; +justify-content: center; + +} + + +#title1{ +white-space: nowrap; +position: absolute; +width: 152px; +height: 24px; +left: 561px; +top: 97px; + +font-family: 'Inter'; +font-style: normal; +font-weight: 600; +font-size: 20px; +line-height: 24px; + +color: #000000; + +} + +#rect{ +position: absolute; +width: 410px; +height: 160px; +left: 435px; +top: 138px; + + +background: #FDD853; +border-radius: 10px; + } + +.restart{ + +position: absolute; +width: 140px; +height: 48px; +left: 560px; +top: 200px; + +background: rgba(255, 255, 255, 0.86); +border-radius: 10px; + + + +} + +.information{ + +white-space: nowrap; +position: absolute; +width: 82px; +height: 19px; + +top: 150px; +justify-content: center; + + +font-family: 'Inter'; +font-style: normal; +font-weight: 400; +font-size: 16px; +line-height: 19px; + +color: #000000; + + + + +} + diff --git a/index.html b/index.html index 1664d39..c6d06cd 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,12 @@
카드 뒤집기 2단계
+ + + +