flodata-tester/templates/test-css-priority.html
Vivek Teega b202a33322 Major redesign
Shifted all the processing to Javascript with a new beautiful frontend.
2019-02-28 12:12:45 +00:00

11 lines
310 B
HTML

<html>
<head>
<title> Testing css priority </title>
<link rel="stylesheet" type="text/css" href="css/testcss.css" />
</head>
<body>
<p class="firstcss secondcss">
From now on I am not going to be in denial of my feelings.
</p>
</body>
</html>