mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Update colors
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>
|
||||
Floating image test case
|
||||
</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="stylesheet" type="text/css" media="screen, projection" href="float.css" />
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Floating image test case</title>
|
||||
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;};</style>
|
||||
<link rel="stylesheet" type="text/css" media="screen, projection" href="float.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@@ -1,17 +1,15 @@
|
||||
<!-- --><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Centered Image Gallery with captions - Spartanicus' Web tips</title>
|
||||
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen">
|
||||
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
|
||||
<link rel="stylesheet" href="css/speech.css" type="text/css" media="aural,speech">
|
||||
<style type="text/css">
|
||||
#gallery{text-align:center}
|
||||
#gallery p{display:inline}
|
||||
#gallery span{margin:0 5px 5px 5px;vertical-align:top;width:172px;display:table-cell;display:inline-table}
|
||||
#gallery p img{margin-bottom:5px}
|
||||
</style>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Centered Image Gallery with captions - Spartanicus' Web tips</title>
|
||||
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;};</style>
|
||||
<style type="text/css">
|
||||
#gallery{text-align:center}
|
||||
#gallery p{display:inline}
|
||||
#gallery span{margin:0 5px 5px 5px;vertical-align:top;width:172px;display:table-cell;display:inline-table}
|
||||
#gallery p img{margin-bottom:5px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="head"><span></span>
|
||||
|
||||
Reference in New Issue
Block a user