Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
page_cycler
/
basic_css.html
blob: d4a3415594e29e631b143e7527167c9c2f5a7daa [
file
]
<html>
<head>
<style>
h1
{
font-size
:
40px
;}
p
{
font-size
:
14px
;
font-style
:
italic
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;}
</style>
</head>
<body>
<h1>
H1
</h1>
<p>
Paragraph text goes here.
</p>
</body>
</html>