Skip to content

Instantly share code, notes, and snippets.

View BrendanBerkley's full-sized avatar

Brendan Berkley BrendanBerkley

View GitHub Profile
<!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%);
}
<html>
<head>
<style>
body {
background-color: black;
}
.content {
background-color: white;
padding: 20px;
width: 75%;
@BrendanBerkley
BrendanBerkley / test-background.html
Created October 16, 2015 12:57
Test background
<html>
<head>
<style>
body {
background-color: rgba(0,0,0,0.5);
}
.content {
background-color: white;
padding: 20px;