Importance or functions of cheques
Answers
Answered by
3
Answer:
<!DOCTYPE html>
<html>
<head>
<title> Try It Yourself </title>
<style type="text/css">
@media only screen and (orientation: portrait) {
body {
background: skyblue;
}
}
@media only screen and (orientation: landscape) {
body {
background: lime;
}
}
</style>
</head>
<body>
<p style="color: white"> When your device is in portrait mode the background color is sky blue<br>when in landscape the background color turns green. </p>
</body>
</html>
Similar questions
English,
11 days ago
Social Sciences,
11 days ago
Computer Science,
11 days ago
English,
22 days ago
Math,
22 days ago
English,
8 months ago
Social Sciences,
8 months ago
Math,
8 months ago