-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFig7-four-rounded-text.html
More file actions
110 lines (97 loc) · 6.63 KB
/
Fig7-four-rounded-text.html
File metadata and controls
110 lines (97 loc) · 6.63 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!doctype html>
<html lang="en">
<head>
<title>text box with four rounded corners</title>
<!-- <meta details go here> -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="format-detection" content="telephone=no">
<meta property="og:title" content="A Basic HTML5 Template" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="https://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="https://ia.media-imdb.com/images/rock.jpg" />
<meta name="description" content="A simple HTML5 Template for new projects.">
<meta name="author" content="Orris A BakerJr">
<meta name="google-adsense-account" content="ca-pub-9639638377144073">
<meta property="og:title" content="A Basic HTML5 Template">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.sitepoint.com/a-basic-html5-template/">
<meta property="og:description" content="A simple HTML5 Template for new projects.">
<meta property="og:image" content="image.png">
<meta name="theme-color" content="#712cf9">
<meta name="keywords" content="HTML5, Node.js, Jquery">
<meta name="author" content="Ian Andolina">
<!-- Optional Metadata-->
<meta property="og:audio" content="https://example.com/sound.mp3" />
<meta property="og:audio:secure_url" content="https://secure.example.com/sound.mp3" />
<meta property="og:audio:type" content="audio/mpeg" />
<meta property="og:audio" content="https://example.com/bond/theme.mp3" />
<meta property="og:description" content="Sean Connery found fame and fortune as the suave, sophisticated British agent, James Bond." />
<meta property="og:determiner" content="the" />
<meta property="og:locale" content="en_GB" />
<meta property="og:locale:alternate" content="fr_FR" />
<meta property="og:locale:alternate" content="es_ES" />
<meta property="og:site_name" content="IMDb" />
<!--og: video example:-->
<meta property="og:video" content="https://example.com/bond/trailer.swf" />
<meta property="og:video" content="https://example.com/movie.swf" />
<meta property="og:video:secure_url" content="https://secure.example.com/movie.swf" />
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:video:width" content="400" />
<meta property="og:video:height" content="300" />
<!-- A full image example:-->
<meta property="og:image" content="https://example.com/ogp.jpg" />
<meta property="og:image:secure_url" content="https://secure.example.com/ogp.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
<meta property="og:image:alt" content="A shiny red apple with a bite taken out" />
<meta property="og:image" content="https://example.com/rock.jpg" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<meta property="og:image" content="https://example.com/rock2.jpg" />
<meta property="og:image" content="https://example.com/rock3.jpg" />
<meta property="og:image:height" content="1000" />
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="../Bootstrap/dist/assets/img/HTMLBadge.ico">
<link rel="icon" type="image/x-icon" href="../Bootstrap/dist/assets/favicon.ico">
<!--<link rel="icon" href="images/favicon.ico">-->
<link rel="apple-touch-icon" href="./images/apple-touch-icon.png">
<!--<link rel="stylesheet" href="css/styles.css?v=1.0">-->
<link rel="alternate" type="application/pdf" href="MainPage.pdf">
<link rel="author" type="text/html" href="https://orrisb.github.io">
<!-- Bootstrap Icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic" rel="stylesheet" type="text/css" />
<!-- SimpleLightbox plugin CSS-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
<link rel="stylesheet" type="text/css" href="CSS/squaretabs.css">
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./talks.css" />
<script src="js/prefixfree.min.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9639638377144073" crossorigin="anonymous"></script>
<!--Add conditional Javascript-->
<!--[if lte IE 8]>
<script src="js/html5.js" type="text/javascript"></script>
<![endif]--> <!--Add conditional Javascript-->
<style type="text/css">
#box-1 { margin:auto; text-align:left; border:2px #000 solid;
width:300px; height:150px; padding:15px; border-radius: 20px; -moz-border-radius:20px;
}
</style>
</head>
<body>
<p> </p>
<p id="box-1"><strong>An example of four identical rounded corners</strong><br> Each corner has a radius of 20 pixels<br>
This works with Safari, Opera and Chrome. Mozilla needs the -moz- hack to make it work<br>For IE 7 and 8 the Javascript solution must be used.
<br>IE 9 has promised it will work with rounded corners
</p>
</body>
</html>