This is such a vague question that it’s difficult to answer. If you’re comfortable with Javascript, HTML, and CSS, you could fetch the JSONP version of the public_timeline endpoint for your account: https://dev.twitter.com/docs/api/1/get/statuses/public_timeline
Then in Javascript, you’d parse the response, output the Tweets to your HTML DOM, and then use CSS styles to style the Tweet content.