Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycaesar authored Sep 17, 2024
1 parent 9ef61cd commit 9c613fa
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion Slide/dist/universestyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,51 @@ p{text-align: left;}
background:none;
border:none;
box-shadow:none;
}
}
#characters {
display: flex;
justify-content: space-around;
margin: 20px 0;
}
.character {
text-align: center;
}
.character-img {
width: 120px;
height: 100px;
border-radius: 50%;
}
textarea {
width: 200px;
height: 50px;
background-color: transparent;
color: aqua;
}

button {
width: 150px;
height: 40px;
background-color: #4CAF50;
border: none;
color: white;
padding: 2px 2px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
margin-top: 3px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}

button:hover {
background-color: #45a049;
}


svg {
z-index: -1;
}


0 comments on commit 9c613fa

Please sign in to comment.