
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
1-11에서 카드 4개 생성후 "width: 1200px;"의 결과가 나오지 않습니다(카드크기의 변화가 없습니다)
width: 150px;
height: 50px;
background-color: transparent;
color: white;
border: 1px solid white;
border-radius: 10px;
margin-top: 30px;
}
.mycards {
width: 1200px;
}
</style>
</head>
<body>
<div class="mytitle">
<h1>나만의 추억엘범</h1>
<button>추억 저장하기</button>
</div>
<div class="mycard">
