Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>robotics</title>
- <style>
- /* CSS Styles */
- /* Targeting the <h1> element */
- h1, h2 {
- /* Setting font size to 24 pixels */
- font-size: 24px;
- /* Setting font color to gray */
- color: gray;
- text-align: center;
- }
- /* Style for buttons */
- .button {
- display: inline-block;
- padding: 10px 20px;
- background-color: #007bff;
- color: white;
- text-decoration: none;
- border: none;
- border-radius: 5px;
- cursor: pointer;
- transition: background-color 0.3s ease;
- }
- .button:hover {
- background-color: #0056b3;
- }
- </style>
- </head>
- <body>
- <!-- HTML Content -->
- <h1>TIGER ROBOTICS [7686X "Phoenix"]</h1>
- <p>7686X "Phoenix" is a VEX VRC robotics team out of Harrisburg, South Dakota. The team has six members and a multitude of roles.</p>
- <h2>NOTEBOOKS AND DOCUMENTATION</h2>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement