Post1

code1 css Really cool snippet pre { background: #1a1a1d; padding: 20px; border-radius: 8px; font-size: 1rem; overflow: auto; @media (--phone) { white-space: pre-wrap; word-wrap: break-word; } code { background: none !important; color: #ccc; padding: 0; font-size: inherit; } } code2 1 2 3 4 5 6 <!-- your code here --> <h1>yada yada</h1> <br> <hr> <br> </h3>bloop floop</h3> code3 yaml1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 --- # Play1 - WebServer related tasks - name: Play Web - Create apache directories and username in web servers hosts: webservers become: yes become_user: root tasks: - name: create username apacheadm user: name: apacheadm group: users,admin shell: /bin/bash home: /home/weblogic - name: install httpd yum: name: httpd state: installed code4 yaml2
Read more →

Firstpost

Firstpost
yada yada description this is a multi line description going over this and a little bit of that no multi line ?
Read more →