Water

Developer
Size
3,277 Kb
Views
16,192

How do I make an water?

Based on this awesome source of inspiration shared by Abduzeedo via Twitter. http://abduzeedo.com/minimal-typography-inspiration. What is a water? How do you make a water? This script and codes were developed by GRAY GHOST on 18 January 2023, Wednesday.

Water Previews

Water - Script Codes HTML Codes

<!DOCTYPE html>
<html class="<link href='http://fonts.googleapis.com/css?family=Cabin+Condensed' rel='stylesheet' type='text/css'>">
<head> <meta charset="UTF-8"> <title>Water</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ html { font-family: Arial, sans-serif; background: #231F20; color: #FFFFFF;
}
.container { height: 200px; width: 700px; margin: 5em auto; position: relative;
}
#water { overflow: hidden; height: 200px; width: 700px; position: relative; /*outline: 1px solid white;*/
}
#water-txt { position: absolute; top: -100px; font-size: 12em; line-height: 1;
}
#water-txt::after { content: ""; display: block; height: 80px; width: 700px; /*outline: 1px solid gold;*/ position: absolute; bottom: 0; left: 0; background: #231F20;
}
#sub-text { position: absolute; top: 270px; right: 100px; -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); font-size: .875em; letter-spacing: 2px; text-transform: uppercase;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="container"> <div id="water"> <h1 id="water-txt">water</h1> </div> <p id="sub-text">Only half of people in Africa<br>have safe water.</p>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Water - Script Codes CSS Codes

html { font-family: Arial, sans-serif; background: #231F20; color: #FFFFFF;
}
.container { height: 200px; width: 700px; margin: 5em auto; position: relative;
}
#water { overflow: hidden; height: 200px; width: 700px; position: relative; /*outline: 1px solid white;*/
}
#water-txt { position: absolute; top: -100px; font-size: 12em; line-height: 1;
}
#water-txt::after { content: ""; display: block; height: 80px; width: 700px; /*outline: 1px solid gold;*/ position: absolute; bottom: 0; left: 0; background: #231F20;
}
#sub-text { position: absolute; top: 270px; right: 100px; -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); font-size: .875em; letter-spacing: 2px; text-transform: uppercase;
}

Water - Script Codes JS Codes

// http://abduzeedo.com/minimal-typography-inspiration
Water - Script Codes
Water - Script Codes
Home Page Home
Developer GRAY GHOST
Username grayghostvisuals
Uploaded January 18, 2023
Rating 4.5
Size 3,277 Kb
Views 16,192
Do you need developer help for Water?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

GRAY GHOST (grayghostvisuals) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!