Search
 
SCRIPT & CODE EXAMPLE
 

CSS

html css landing page

<!DOCTYPE html>
<html>
    <head>
        <title>You've Landed at WebsiteName.com!</title>
        <style>
            body{
                background-color:lightgreen;
                text-align:center;
                font-family:cursive;
            }
        </style>
    </head>
    <body>
        <h1 style="font-size:60px"><span style="color:purple">Website</span><span style="color:darkgreen">Name.com</span></h1>
        <h1>WebsiteName.com is under contruction/is parked.</h1>
        <h1 style="font-size:40px">Check back later!</h1>
        <img src="https://server25.jacute.xyz/clock.png" width="200px">
    </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Css :: enable xdebug ddev 
Css :: css class selector 
Css :: show input number spin buttons , spinner input number 
Css :: black background 
Css :: ohmyzsh shortcut to oepn folder with vscode 
Css :: place items 
Css :: text overlay animation css 
Css :: css hide all elements after nth 
Css :: error 404 flask on css file 
Css :: Background Animation onHover 
Css :: scss background color 
Css :: How to convert directory SASS/SCSS to CSS via command line? 
Css :: chrome extension css 
Css :: background image animation css codepen 
Css :: use .map to count length of each element in an array 
Css :: pixel css 
Css :: :is in css 
Css :: sass example html 
Css :: css custom easing 
Css :: css pseudo-elements 
Css :: mouse hold css effect 
Css :: progress bar with width gradient 
Css :: how to bring a text in middle center of a tile css in anchor tag inline elements 
Css :: ecto generator create new mvc 
Css :: what is focus state in css 
Css :: add filters in drf specifying specific fields 
Css :: html css limit page to a4 
Css :: nuxt JisonLexerError: Lexical error on line 1: Unrecognized text. 
Css :: à quoi sert clearfix 
Css :: hover above image tip tool 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =