Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML-CSS - Coggle Diagram
HTML-CSS
<a href="" target="_blank">cat photos</a>
target="_parent"
, target="_blank" , target="_selt" , target="_top"
<meta name="" content="">
name="description", name = "author", name = "keywords", name= "news_keywords" name="google-site-verification"
<!-- ghi chú -->
<img src="" alt="123">
<br>
display
display:flex;
justify-content: space-between;
align-items: center;
text-align: center;
text-shadow: 1px 1px 1px #333;
display: flex;
flex-direction: column;
display: flex;
flex-direction: row; --> mặc định
.btn-section {
float:right;
// padding:10px 15px;
border:none;
outline: none;
display: block;
background: #ebebeb;
color:black;
cursor: pointer;
text-transform: uppercase;
&:hover{
background: #f7d800;
color:#fff;
}
}
display: flex;
justify-content: space-between;
align-items: center;
display: flex;
align-items: center;
background: transparent;
border: none;
outline: none;
cursor: pointer;
display: flex;
align-items: flex-end;
justify-content: center;
display: flex;
flex-direction: row;
justify-content: center;
gap: 50px;
background: white;
width: 40px;
height: 40px;
padding: 10px;
border-radius: 50%;
text-align: center;
margin: 0 auto;
list-style:none
mx-my-px-py
box-shadow:10px 10px 18px 18px rgb(0, 0, 100);
cursor:pointer;
z-index:1000-->nhận các giá trị từ 0 đến n càng cao càng được ưu tiên hiển thị
background-image: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.9),rgba(255,255,255,1));