Difference between revisions of "project03:Frontpage"

From uf
Jump to: navigation, search
(Floris van Buren)
Line 18: Line 18:
  
  
<head>
+
<div id="myDiv" name="myDiv" title="Example Div Element">
<style>
+
  <h5>Subtitle</h5>
.button {
+
  <p>This paragraph would be your content paragraph...</p>
    background-color: #4CAF50; /* Green */
+
  <p>Here's another content article right here.</p>
    border: none;
+
</div>
    color: white;
+
    padding: 15px 32px;
+
    text-align: center;
+
    text-decoration: none;
+
    display: inline-block;
+
    margin: 4px 2px;
+
    cursor: pointer;
+
}
+
 
+
.button1 {font-size: 10px;}
+
.button2 {font-size: 12px;}
+
.button3 {font-size: 16px;}
+
.button4 {font-size: 20px;}
+
.button5 {font-size: 24px;}
+
</style>
+
</head>
+
  
  
 
</div>
 
</div>

Revision as of 14:24, 3 October 2017


Floris van Buren

project 3


Subtitle

This paragraph would be your content paragraph...

Here's another content article right here.