some exercies on css3 box model and flex

This commit is contained in:
2014-11-23 22:07:03 +01:00
parent be34f479d5
commit 5c9f10d07f
7 changed files with 503 additions and 0 deletions

40
csstext.html Normal file
View File

@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<meta name="author" content="xgiovio"/>
<meta name="description" content="A simple test page"/>
<meta name="keywords" content="Ormai google non se le fila piu"/>
<meta name ="robots" content="index"/>
<meta charset="utf-8"/>
<!-- <link rel="stylesheet" href="style.css" type="text/css" /> !-->
<style>
p {
white-space: pre-wrap;
letter-spacing:5px;
text-indent: 15%;
text-decoration: overline;
text-transform: capitalize;
}
</style>
</head>
<body>
<p> ciao mondo!!!
fdsf sdf dsf dsf
fsdffds f sdf
</p>
</body>
</html>