This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html class=''> | |
<head> | |
<style> | |
body { | |
background: -webkit-linear-gradient(left, #ff0000 0%, #3aff30 25%, #f600ff 50%, #faff00 75%, #0800ff 100%); | |
background: linear-gradient(to right, #ff0000 0%, #3aff30 25%, #f600ff 50%, #faff00 75%, #0800ff 100%); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
body { | |
background-color: black; | |
} | |
.content { | |
background-color: white; | |
padding: 20px; | |
width: 75%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
body { | |
background-color: rgba(0,0,0,0.5); | |
} | |
.content { | |
background-color: white; | |
padding: 20px; |