FaceFeel / Frontend /style.css
Prime810's picture
Upload 3 files
9bf1522 verified
raw
history blame
748 Bytes
body {
text-align: center;
font-family: Arial, sans-serif;
background-color: #222;
color: #fff;
}
h1 {
margin-top: 30px;
font-size: 2em;
}
#videoElement {
width: 400px;
border-radius: 10px;
margin-top: 20px;
}
button {
margin-top: 20px;
padding: 10px 20px;
font-size: 18px;
border: none;
background-color: #f39c12;
color: #fff;
cursor: pointer;
border-radius: 5px;
}
#emojiDisplay {
margin-top: 20px;
}
#emotionText {
font-size: 24px;
margin-top: 10px;
}
#downloadEmoji {
display: inline-block;
margin-top: 15px;
padding: 10px 20px;
font-size: 16px;
background-color: #3498db;
color: white;
border-radius: 5px;
text-decoration: none;
}