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
ul { | |
margin: 0; | |
padding: 0; | |
} |
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 lang="en"> | |
<head> | |
<!-- Meta Tags --> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | |
<!-- Styles --> | |
<link rel="stylesheet" type="text/css" href="bootstrap.min.css"> |
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> | |
<head> | |
<!-- Fonts --> | |
<!-- Main Title --> | |
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> | |
<!-- Buttons --> | |
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'> | |
<!-- Text --> | |
<link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'> |
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> | |
<head> | |
<link rel="stylesheet" type="text/css" href="styles.css"> | |
<title>Layout Test</title> | |
</head> | |
<body> | |
<div class="wrapper"> | |
<div class="main-banner"><h1>Simple 2 column CSS layout, final layout<h1></div> | |
<div class="buttonrow"> | |
<ul class="buttonrow-ul"> |
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> | |
<head> | |
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> | |
<link rel="stylesheet" type="text/css" href="styles/styles.css"> | |
<title>PingPongPage</title> | |
</head> | |
<body> | |
<h1>Ping Pong Page</h1> | |
<div class = "container"> | |
<button class="btn" onclick="numberGame()">Play!</button> |
NewerOlder