From 2013.igem.org
(Difference between revisions)
|
|
Line 1: |
Line 1: |
- | | + | <html> |
- | {| style="color:#551A8B;background-color:#FFFFFF;" cellpadding="10" cellspacing="1" border="0" bordercolor="#FFFFFF" width="100%" align="center"
| + | <head> |
- | !align="center"|[[Team:Manchester|Home]]
| + | <title>CSS example</title> |
- | !align="center"|[[Team:Manchester/Team|Team]]
| + | ... |
- | !align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Manchester Official Team Profile]
| + | <style type="text/css"> |
- | !align="center"|[[Team:Manchester/Project|Our project]]
| + | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { |
- | !align="center"|[[Team:Manchester/Parts|Part Contributions]]
| + | display:none;} |
- | !align="center"|[[Team:Manchester/Modeling|Modeling]]
| + | #top-section { |
- | !align="center"|[[Team:Manchester/Notebook|Note book]]
| + | border: none; |
- | !align="center"|[[Team:Manchester/HumanPractices|Human Practices]]
| + | height: 0px;} |
- | !align="center"|[[Team:Manchester/Safety|Safety]]
| + | #content { |
- | !align="center"|[[Team:Manchester/Attributions|Attributions]]
| + | border: none;} |
- | | + | </style> |
- | |}
| + | </head> |
| + | <body> |
| + | <p '''style="color: red;">Just some text</p> |
| + | </body> |
| + | </html> |
Revision as of 11:14, 6 June 2013
CSS example
...
Just some text