<style>
img {
width: 100px;
border-radius: 50px;
float: left;
margin-right: 10px;
}
.username { # .username
font-weight: bold; # Text style
}
</style>
</head>
<body>
<img src="images/html css code.jpg" alt="" />
<p class="username">@MarryJaay</p> # Creating a class
<p>Summit of Web Development</p>
</body>
</html>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter