Testing 1… 2… 3… standard body text styles and fonts. Couple of lines of text just to see what the post summary looks like! Also look at this neat ReactJS component JavaScript example, isn’t it great?
import React from "react"
function ContactCard(props) {
return (
console.log(props),
<div className="contact-card">
<img src={props.contact.imageUrl} alt="Test1234" />
<h3>Name: {props.contact.name}</h3>
<p>Phone: {props.contact.phone}</p>
<p>Email: {props.contact.email}</p>
</div>
)
}
export default ContactCard
Some hex colours for this site:
#FAFCFF
#F9FFFA
#FCFAFF
#FFFDF9
Plus a tiny man riding a bicycle!
- Test 1
- Test 2
- Test 3
And a fancy table for luck!
1 | 2 | 3 | 4 | 5 |
---|---|---|---|---|
A | B | C | D | E |
F | G | H | I | J |
6 | 7 | 8 | 9 | 10 |
AA | BB | CC | DD | EE |
Hyperlink me…