Skip to content

Instantly share code, notes, and snippets.

<template>
<style>
.post {
border-style: solid;
border-width: 3px;
border-color: cornflowerBlue;
max-width: 500px;
overflow:hidden;
margin-bottom: 10px;
}