Meetups/June Virginia

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{CSS/Main}}
 
 +
1
 +
2
 +
3
 +
4
 +
5
 +
6
 +
7
 +
8
 +
9
 +
10
 +
11
 +
12
 +
13
 +
14
 +
15
 +
16
 +
17
 +
18
 +
19
 +
20
 +
21
 +
22
 +
23
 +
24
 +
25
 +
26
 +
27
 +
28
 +
29
 +
30
 +
31
 +
<!DOCTYPE html>
<html>
<html>
-
<div id="contentcontainer">
+
<head>
-
<div style="width:975px;">
+
    <style>
 +
body{
 +
    text-align:center;
 +
    }
 +
    header{
 +
    background: url("http://i.imgur.com/hAZuPAJ.jpg");
 +
    background-size:cover;
 +
    width: 800px;
 +
    height: 300px;
 +
    margin: 0 auto;
 +
    color:white;
 +
    font-size: 50px;
 +
    font-family: arial;
 +
    border-radius: 12px;
 +
    }
 +
    img{
 +
    position: relative;
 +
    height:180px;
 +
    bottom: 75px;
 +
    }
 +
    div{
 +
    font-size: 20px;
 +
    font-family: helvetica
 +
    }
 +
Dirty Markup
-
<p style="font-family:'Century Gothic'" style="font-size:30px">Meet Up Information </p>
+
    HTML
-
<p style="font-family:'Century Gothic'"> When?  Friday June 27th </p>
+
    CSS
-
<p style="font-family:'Century Gothic'"> Where? University of Virginia </p>
+
    JavaScript
-
<p style="font-family:'Gill Sans MT'"> Contact us at gem7bg@virginia.edu if you would like to attend by Friday June 20th </p>
+
 +
    Doctype
 +
    Default output
 +
    Output a
 +
    Indent with
 +
    Print margin
 +
    Convert i/b to em/strong
 +
    Optimize for MS Word HTML
 +
    Preserve HTML entities
-
</div>
+
Clean
-
</div>
+
-
</html>
+
DirtyMarkup combines the power of HTML Tidy, CSS Tidy, JS Beautify, and the Ace editor to effortlessly clean up your messy code. Just paste your code into the editor and press “clean”.
 +
 
 +
Sponsored by
 +
A simple, cloud-based CMS
 +
 
 +
Developed by A Beautiful Site, LLC. · Feedback

Revision as of 21:05, 2 June 2014

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 <!DOCTYPE html>